projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55d2f6
)
GtkFontChooser: Set correct margin values between UI elements
author
Alberto Ruiz
<aruiz@gnome.org>
Mon, 25 Jul 2011 15:30:28 +0000
(16:30 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Aug 2011 22:57:56 +0000
(18:57 -0400)
gtk/gtkfontchooser.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfontchooser.c
b/gtk/gtkfontchooser.c
index 70d8cd1e784d573cdc1949da7047b8ac8dd80fd2..c30a32b3d5cbe04b38ac7a17635fe7def0533502 100644
(file)
--- a/
gtk/gtkfontchooser.c
+++ b/
gtk/gtkfontchooser.c
@@
-560,6
+560,11
@@
gtk_font_chooser_init (GtkFontChooser *fontchooser)
/* Basic layout */
grid = gtk_grid_new ();
sub_grid = gtk_grid_new ();
+
+ gtk_widget_set_margin_bottom (priv->search_entry, 6);
+ gtk_widget_set_margin_bottom (scrolled_win, 6);
+ gtk_widget_set_margin_bottom (priv->preview, 6);
+ gtk_widget_set_margin_right (priv->size_slider, 6);
gtk_grid_attach (GTK_GRID (grid), priv->search_entry, 0, 0, 3, 1);
gtk_grid_attach (GTK_GRID (grid), scrolled_win, 0, 1, 3, 1);